PowerTools InputMan for Windows Forms 8.0J
AddRange(Keys[],String[]) メソッド

特定のボタンを示すSystem.Windows.Forms.Keys配列値。
ボタンキーを示すSystem.String配列値。
CalculatorButtonMappingCollectionに複数の項目を追加します。
構文
Public Overloads Sub AddRange( _
   ByVal keys() As Keys, _
   ByVal buttonKeys() As String _
) 
public void AddRange( 
   Keys[] keys,
   string[] buttonKeys
)

パラメータ

keys
特定のボタンを示すSystem.Windows.Forms.Keys配列値。
buttonKeys
ボタンキーを示すSystem.String配列値。
例外
例外解説
System.ArgumentExceptionkeys配列とbuttonKeys配列の長さは同じである必要があります。
参照

CalculatorButtonMappingCollection クラス
CalculatorButtonMappingCollection メンバ
オーバーロード一覧

 

 


© 2004-2015 GrapeCity inc. All rights reserved.